bitkeeper revision 1.1781 (42c3a8d63EmXV0wA3jHItrRQ0fKLsg)
authorarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>
Thu, 30 Jun 2005 08:09:58 +0000 (08:09 +0000)
committerarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>
Thu, 30 Jun 2005 08:09:58 +0000 (08:09 +0000)
[PATCH] Support VMX guests with 512M/1G memory.

Support VMX guests with 512M/1G memory.

Signed-off-by: Edwin Zhai <edwin.zhai@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
diff -r f6e5bd774f51 -r 13e02f197018 tools/ioemu/configure

tools/ioemu/configure
tools/ioemu/target-i386-dm/Makefile

index f49a38ca9faed46d8e47863cfa493a5bcef6a7b0..c50ce360b6d85c6d0e9225d92dd4bdfd1596cf70 100755 (executable)
@@ -490,6 +490,8 @@ target_softmmu="no"
 if expr $target : '.*-softmmu' > /dev/null ; then
   target_softmmu="yes"
 fi
+#for support 256M guest
+target_softmmu="yes"
 target_user_only="no"
 if expr $target : '.*-user' > /dev/null ; then
   target_user_only="yes"
index 3cb11c97054fc6d3f421f1fb4917534e191928d7..0e79fb6eebdc7149962a4e974ba07d3632294877 100644 (file)
@@ -305,9 +305,6 @@ VL_LDFLAGS=
 ifdef CONFIG_STATIC
 VL_LDFLAGS+=-static
 endif
-ifeq ($(XEN_TARGET_ARCH),x86_32)
-VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(XEN_TARGET_ARCH).ld
-endif
 ifndef CONFIG_DARWIN
 ifndef CONFIG_WIN32
 VL_LIBS=-lutil